(file) Return to Policy.h CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Executor

Diff for /pegasus/src/Executor/Policy.h between version 1.3 and 1.4

version 1.3, 2007/06/08 17:56:04 version 1.4, 2007/06/12 18:19:46
Line 73 
Line 73 
 int CheckRenameFilePolicy(const char* oldPath, const char* newPath); int CheckRenameFilePolicy(const char* oldPath, const char* newPath);
  
 EXECUTOR_LINKAGE EXECUTOR_LINKAGE
 void DumpPolicy(int expandMacros);  void DumpPolicyHelper(
       FILE* outputStream,
       const struct Policy* policyTable,
       size_t policyTableSize,
       int expandMacros);
   
   EXECUTOR_LINKAGE
   void DumpPolicy(FILE* outputStream, int expandMacros);
  
 #endif /* _Executor_Policy_h */ #endif /* _Executor_Policy_h */


Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2