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

Diff for /pegasus/src/Pegasus/General/DynamicLibraryPOSIX.cpp between version 1.1 and 1.2

version 1.1, 2009/05/05 08:31:02 version 1.2, 2011/02/22 17:59:26
Line 30 
Line 30 
 //%///////////////////////////////////////////////////////////////////////////// //%/////////////////////////////////////////////////////////////////////////////
  
 #include "DynamicLibrary.h" #include "DynamicLibrary.h"
   #include <Pegasus/Common/MessageLoader.h>
  
 #include <dlfcn.h> #include <dlfcn.h>
  
Line 47 
Line 48 
 #if defined(PEGASUS_ZOS_SECURITY) #if defined(PEGASUS_ZOS_SECURITY)
     if (!hasProgramControl(cstr))     if (!hasProgramControl(cstr))
     {     {
           MessageLoaderParms parms(
               "General.DynamicLibrary.MISSING_PROGRAM_CONTROL_REASON.ZOS",
               "Missing program control flag.");
           _loadErrorMessage = MessageLoader::getMessage(parms);
         return false;         return false;
     }     }
 #endif #endif


Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2