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 dependency graph for Object.cpp:

Include dependency graph

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 add_qos_attr TAO_Notify::NVPList attrs,
const T &  prop
[static]
 

Definition at line 337 of file Object.cpp.

References TAO_Notify::NVPList::push_back().

Referenced by TAO_Notify_Object::save_attrs().

00338   {
00339     if (prop.is_valid())
00340     {
00341       attrs.push_back(TAO_Notify::NVP (prop));
00342     }
00343   }


Generated on Thu Nov 9 13:27:40 2006 for TAO_CosNotification by doxygen 1.3.6