Policy.h
Go to the documentation of this file.
00001 #pragma once
00002 
00003 class Policy
00004 {
00005 public:
00006 
00007         Policy(void)
00008         {
00009         }
00010 
00011         virtual ~Policy(void)
00012         {
00013         }
00014 };


appl
Author(s): petercai
autogenerated on Tue Jan 7 2014 11:02:29