Object.cpp File Reference

#include "orbsvcs/Notify/Object.h"
#include "orbsvcs/Notify/POA_Helper.h"
#include "orbsvcs/Notify/Worker_Task.h"
#include "orbsvcs/Notify/Properties.h"
#include "orbsvcs/Notify/Builder.h"
#include "orbsvcs/Notify/ThreadPool_Task.h"
#include "orbsvcs/Notify/Reactive_Task.h"
#include "tao/debug.h"
#include "orbsvcs/Notify/Event_Manager.h"
#include "orbsvcs/Notify/Object.inl"

Include dependency graph for Object.cpp:

Go to the source code of this file.

Functions

template<class T>
void add_qos_attr (TAO_Notify::NVPList &attrs, const T &prop)


Function Documentation

template<class T>
void @7::add_qos_attr ( TAO_Notify::NVPList attrs,
const T &  prop 
) [static]

Definition at line 326 of file Object.cpp.

References TAO_Notify::NVPList::push_back().

Referenced by TAO_Notify_Object::save_attrs().

00327   {
00328     if (prop.is_valid())
00329     {
00330       attrs.push_back(TAO_Notify::NVP (prop));
00331     }
00332   }


Generated on Tue Feb 2 17:45:49 2010 for TAO_CosNotification by  doxygen 1.4.7