MAK Data Logger API Documentation for HLA
Home
Modules
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
libsrc
lgrRemoteGui
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
11
#include "
remoteControlPlaybackInterface.h
"
12
#include "
lgrRemoteGui.h
"
13
14
class
DtString
;
15
16
namespace
MAKLogger
17
{
19
class
DT_DLL_LGRREMOTEGUI
DtLgrRemotePlaybackResponseHandler
:
public
DtRemoteControlPlaybackInterface
20
{
21
public
:
23
DtLgrRemotePlaybackResponseHandler
(
DtRemoteControlInterface
* rci);
24
26
~
DtLgrRemotePlaybackResponseHandler
();
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
35
static
DtRemoteControlPlaybackInterface
* create(
DtRemoteControlInterface
* rci );
36
37
38
//protected:
39
40
private
:
42
DtLgrRemotePlaybackResponseHandler
(
const
DtLgrRemotePlaybackResponseHandler
& orig);
43
45
DtLgrRemotePlaybackResponseHandler
& operator=(
const
DtLgrRemotePlaybackResponseHandler
& orig);
46
47
};
48
49
}
Document ID: Generated on Thu Apr 10 18:53:01 EDT 2014 from SVN revision 138105
Copyright © 2005-2012 VT MÄK. All Rights Reserved (
www.mak.com
)