Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012 #ifndef TAO_AUTO_FUNCTOR_H
00013 #define TAO_AUTO_FUNCTOR_H
00014 #include "ace/pre.h"
00015
00016 #include "ace/config-all.h"
00017
00018 #include "tao/Versioned_Namespace.h"
00019
00020 #if !defined (ACE_LACKS_PRAGMA_ONCE)
00021 # pragma once
00022 #endif
00023
00024 #include "ace/Auto_Functor.h"
00025
00026 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
00027
00028 namespace TAO
00029 {
00030 namespace Utils
00031 {
00032
00033 using namespace ACE_Utils;
00034
00035 }
00036 }
00037
00038 TAO_END_VERSIONED_NAMESPACE_DECL
00039
00040 #include "ace/post.h"
00041 #endif