VR-Forces 4.1 Class Documentation
routeParametersBuilder.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2005 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: routeParametersBuilder.h,v $ $Revision: 1.2 $ $State: Exp $
7 *******************************************************************************/
8 
9 #ifndef DtRouteParametersBuilder_H_
10 #define DtRouteParametersBuilder_H_
11 
13 
14 //class DtRouteParametersBuilder:
15 //
16 //Instances of DtRouteParametersBuilder are used to create and configure a
17 //DtVrfObjectParameters object for a route. The parameters object returned
18 //should fully specify the necessary parameters to create a route.
19 
21 {
22 public:
23 
24  //default constructor
26 
27  //destructor
28  virtual ~DtRouteParametersBuilder();
29 
30  //Creates and configures parameters for a route.
32 
33 protected:
34 
35  //copy constructor - not implemented
37 
38  //assignment operator - not implemented
40 };
41 
42 #endif

Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (www.mak.com)