(file) Return to CIMDateTime.cpp CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / Common

Diff for /pegasus/src/Pegasus/Common/CIMDateTime.cpp between version 1.81 and 1.82

version 1.81, 2008/12/02 09:00:42 version 1.82, 2009/02/27 09:53:29
Line 34 
Line 34 
 #include <fstream> #include <fstream>
 #include "CIMDateTime.h" #include "CIMDateTime.h"
 #include "Exception.h" #include "Exception.h"
   #include "System.h"
 #include "AutoPtr.h" #include "AutoPtr.h"
 #include "PegasusAssert.h" #include "PegasusAssert.h"
 #include <time.h> #include <time.h>
Line 1623 
Line 1624 
             break;             break;
         }         }
  
           case TIME_ZONE_ID_INVALID:
           {
               MessageLoaderParms parms(
                   "Common.CIMDateTime.INVALID_TIME_ZONE",
                   "Invalid time zone information : $0",
                   PEGASUS_SYSTEM_ERRORMSG_NLS);
               throw Exception(parms);
           }
         default:         default:
             break;             break;
     }     }


Legend:
Removed from v.1.81  
changed lines
  Added in v.1.82

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2