VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
vrfHla1516eDriverCreator.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:
25  makVrv::DtDriver* create( makVrv::DtAgentManager& agentManager,
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 Tue Mar 8 22:13:38 EST 2016 from SVN revision 162938
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)