|
Lines 1-5
Link Here
|
| 1 |
/******************************************************************************* |
1 |
/******************************************************************************* |
| 2 |
* Copyright (c) 2000, 2008 QNX Software Systems and others. |
2 |
* Copyright (c) 2000, 2010 QNX Software Systems and others. |
| 3 |
* All rights reserved. This program and the accompanying materials |
3 |
* All rights reserved. This program and the accompanying materials |
| 4 |
* are made available under the terms of the Eclipse Public License v1.0 |
4 |
* are made available under the terms of the Eclipse Public License v1.0 |
| 5 |
* which accompanies this distribution, and is available at |
5 |
* which accompanies this distribution, and is available at |
|
Lines 48-55
Link Here
|
| 48 |
this(ctx, operation, empty, empty); |
48 |
this(ctx, operation, empty, empty); |
| 49 |
} |
49 |
} |
| 50 |
|
50 |
|
| 51 |
public MICommand(IDMContext ctx, String operation, String[] options) { |
51 |
public MICommand(IDMContext ctx, String operation, String[] params) { |
| 52 |
this(ctx, operation, options, empty); |
52 |
this(ctx, operation, empty, params); |
| 53 |
} |
53 |
} |
| 54 |
|
54 |
|
| 55 |
public MICommand(IDMContext ctx, String operation, String[] options, String[] params) { |
55 |
public MICommand(IDMContext ctx, String operation, String[] options, String[] params) { |