VR-Forces 4.1.1 Class Documentation
DtVrfHla1516eDriver.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2009 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: DtVrfHla1516eDriver.h,v $ $Revision: 1.1 $ $State: Exp $
7 *******************************************************************************/
8 
11 
13 #pragma once
14 
17 
18 namespace makVrf
19 {
20  namespace VRF_PROTOCOL_NAMESPACE
21  {
23  {
24  public:
26  const std::string& instanceName ) const
27  {
28  return new DtVrfDriver(agentManager,instanceName);
29  }
30 
32  : myFileExtension("vrfhla1516e")
33  {
34  }
35 
37  {
38  }
39 
40  const std::string& extension() const
41  {
42  return myFileExtension;
43  }
44 
45  protected:
46  std::string myFileExtension;
47 
48  };
49  }
50 }

Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)