EmptyMediators.h

Go to the documentation of this file.
00001 
00009 #ifndef __EMPTYMEDIATORS_H__
00010 #define __EMPTYMEDIATORS_H__
00011 
00012 #include "PKIFdll.h"
00013 #include "PKIFMediators.h"
00014 
00023 class CPKIFEmptyMediator : public IPKIFMediator
00024 {
00025 public:
00033     CPKIFEmptyMediator() {}
00041     ~CPKIFEmptyMediator () {}
00050     void InitializeMediator(
00052         std::vector<CPKIFException*>* errorInfo = NULL) {}
00053 
00062     void AddColleague(
00064         IPKIFColleague* module,
00066         bool transferOwnership = true){}
00067 };
00068 
00069 #include "EmptyColleague.h"
00070 
00071 #endif

Generated on Mon Nov 15 11:15:50 2010 for PublicKeyInfrastructureFramework(PKIF) by  doxygen 1.5.6