1 #ifndef __DESTINATION_H__ 
    2 #define __DESTINATION_H__ 
   32     Destination(
const string & destination_name, 
const string & value_attribute_name);
 
const string & GetValueAttributeName() const 
Retrieves the name of the attribute containing the block values sent to the destination. 
Definition: destination.cpp:11
const string & ValueAttributeName() const 
Retrieves the name of the attribute containing the block values sent to the destination. 
Definition: destination.cpp:7
Defines a destination or process. 
Definition: destination.h:21
Destination(const string &destination_name, const string &value_attribute_name)
Creates a new destination. 
Definition: destination.cpp:3