MAK Data Logger API Documentation for DIS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
lgrRemotePlaybackInterfaceResponseHandler.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 1992-2011 VT MAK
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
9 #pragma once
10 
13 
14 class DtString;
15 
16 namespace MAKLogger
17 {
20  {
21  public:
24 
27 
29  virtual void fileInvalidMessageBox( const DtEntityIdentifier& source, const DtString& fileName, const DtString& reason );
30 
32  virtual void fileDoesNotExist( const DtEntityIdentifier& source, const DtString& fileName );
33 
36 
37 
38  //protected:
39 
40  private:
43 
46 
47  };
48 
49 }

Document ID: Generated on Wed Jun 5 18:45:18 EDT 2019 from SVN revision 198968
Copyright © 2019 VT MAK. All Rights Reserved (www.mak.com)