src/Common/AtlCom/CoInitialize.h

Go to the documentation of this file.
00001 #pragma once
00002 
00003 namespace AppSecInc
00004 {
00005     namespace Com
00006     {
00008         class CCoInitialize
00009         {
00010         public:
00011             CCoInitialize(void);
00012             ~CCoInitialize(void);
00013         private:
00014             CCoInitialize(const CCoInitialize&);
00015             void operator=(const CCoInitialize&);
00016         };
00017     }
00018 }


© Application Security Inc. - All Rights Reserved http://msiext.codeplex.com