(file) Return to Linkage.h CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / Security / Authentication

Diff for /pegasus/src/Pegasus/Security/Authentication/Linkage.h between version 1.1.2.1 and 1.1.2.2

version 1.1.2.1, 2001/08/01 20:34:15 version 1.1.2.2, 2001/11/20 22:21:45
Line 30 
Line 30 
  
 #include <Pegasus/Common/Config.h> #include <Pegasus/Common/Config.h>
  
 #ifndef Pegasus_Security_Authentication_Linkage_h  #ifndef PEGASUS_SECURITY_LINKAGE
 #define Pegasus_Security_Authentication_Linkage_h  
   
   
 PEGASUS_NAMESPACE_BEGIN  
   
 #ifdef PEGASUS_OS_TYPE_WINDOWS #ifdef PEGASUS_OS_TYPE_WINDOWS
 # ifdef PEGASUS_SECURITY_LINKAGE  #    ifdef PEGASUS_SECURITY_INTERNAL
 #  define PEGASUS_SECURITY_LINKAGE PEGASUS_EXPORT #  define PEGASUS_SECURITY_LINKAGE PEGASUS_EXPORT
 # else # else
 #   define PEGASUS_SECURITY_LINKAGE PEGASUS_IMPORT #   define PEGASUS_SECURITY_LINKAGE PEGASUS_IMPORT
 # endif # endif
 #else #else
 #  define PEGASUS_SECURITY_LINKAGE  /*  empty */  #    define PEGASUS_SECURITY_LINKAGE
   #    define PEGASUS_SECURITY_LINKAGE
   #  endif
 #endif #endif
   
 PEGASUS_NAMESPACE_END  
   
 #endif /* Pegasus_Security_Authentication_Linkage_h */  


Legend:
Removed from v.1.1.2.1  
changed lines
  Added in v.1.1.2.2

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2