secureswitools/swisistools/source/dumpsis/options.h
branchRCL_3
changeset 81 42552535c1ac
parent 62 5cc91383ab1e
equal deleted inserted replaced
73:79647526f98c 81:42552535c1ac
     1 /*
     1 /*
     2 * Copyright (c) 2004-2010 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of the License "Eclipse Public License v1.0"
     5 * under the terms of the License "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
    28 #include <iomanip>
    28 #include <iomanip>
    29 
    29 
    30 using std::ostream;
    30 using std::ostream;
    31 
    31 
    32 int const MajorVersion=1;
    32 int const MajorVersion=1;
    33 int const MinorVersion=3;
    33 int const MinorVersion=2;
    34 int const BuildVersion=0;
    34 int const BuildVersion=0;
    35 /**
    35 /**
    36 Exceptions raised while processing the command line
    36 Exceptions raised while processing the command line
    37 @internalComponent
    37 @internalComponent
    38 */
    38 */