Policy_Set.cpp File Reference

#include "tao/Policy_Set.h"
#include "tao/SystemException.h"
#include "tao/debug.h"
#include "ace/CORBA_macros.h"
Include dependency graph for Policy_Set.cpp:

Go to the source code of this file.

Functions

 ACE_RCSID (tao, Policy_Set,"$Id: Policy_Set.cpp 84830 2009-03-16 08:34:12Z johnnyw $") 1 TAO_Policy_Set

Function Documentation

ACE_RCSID ( tao  ,
Policy_Set  ,
"$Id: Policy_Set.cpp 84830 2009-03-16 08:34:12Z johnnyw $"   
)

Definition at line 12 of file Policy_Set.cpp.

00014                : Policy_Set.cpp 84830 2009-03-16 08:34:12Z johnnyw $")
00015 
00016 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
00017 
00018 TAO_Policy_Set::TAO_Policy_Set (TAO_Policy_Scope scope)
00019   : scope_ (scope)
00020 {
00021   for (unsigned int i = 0; i < TAO_CACHED_POLICY_MAX_CACHED; ++i)
00022     this->cached_policies_[i] = 0;
00023 }

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on Sun Nov 22 23:25:10 2009 for TAO by  doxygen 1.6.1