cdlcompilertoolkit/src/CdlTkClientHeader.cpp
changeset 1 b700e12870ca
parent 0 f58d6ec98e88
equal deleted inserted replaced
0:f58d6ec98e88 1:b700e12870ca
    93 const string KBodyStart = "\
    93 const string KBodyStart = "\
    94 /*\n\
    94 /*\n\
    95 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).\n\
    95 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).\n\
    96 * All rights reserved.\n\
    96 * All rights reserved.\n\
    97 * This component and the accompanying materials are made available\n\
    97 * This component and the accompanying materials are made available\n\
    98 * under the terms of  \"Eclipse Public License v1.0\"\n\
    98 * under the terms of \"Eclipse Public License v1.0\"\n\
    99 * which accompanies this distribution, and is available\n\
    99 * which accompanies this distribution, and is available\n\
   100 * at the URL \"http://www.eclipse.org/legal/epl-v10.html\".\n\
   100 * at the URL \"http://www.eclipse.org/legal/epl-v10.html\".\n\
   101 *\n\
   101 *\n\
   102 * Initial Contributors:\n\
   102 * Initial Contributors:\n\
   103 * Nokia Corporation - initial contribution.\n\
   103 * Nokia Corporation - initial contribution.\n\
   114 \n\
   114 \n\
   115 $ADDITIONAL\
   115 $ADDITIONAL\
   116 #ifndef $CDLGUARD\n\
   116 #ifndef $CDLGUARD\n\
   117 #define $CDLGUARD\n\
   117 #define $CDLGUARD\n\
   118 \n\
   118 \n\
   119 #include <cdlengine.h>\n\
   119 #include <CdlEngine.h>\n\
   120 #include <$FILE.common.h>\n\
   120 #include <$FILE.common.h>\n\
   121 \n\
   121 \n\
   122 namespace $CDLNS\n\
   122 namespace $CDLNS\n\
   123 {\n\
   123 {\n\
   124 \n\
   124 \n\
   172 
   172 
   173 const string KBodyEndNameSpace = "\
   173 const string KBodyEndNameSpace = "\
   174 } // end of namespace $CDLNS\n\
   174 } // end of namespace $CDLNS\n\
   175 #endif // $CDLGUARD\n";
   175 #endif // $CDLGUARD\n";
   176 
   176 
   177 const int KMsvcClassMaxSize = 1000;
   177 const unsigned int KMsvcClassMaxSize = 1000;
   178 const string KTypeInfoOn = "on";
   178 const string KTypeInfoOn = "on";
   179 const string KTypeInfoOff = "off";
   179 const string KTypeInfoOff = "off";
   180 
   180 
   181 void CCdlTkWriteClientHeader::ProcessApi(ofstream& aStream, const string& aFileName) const
   181 void CCdlTkWriteClientHeader::ProcessApi(ofstream& aStream, const string& aFileName) const
   182 	{
   182 	{