VR-Forces 4.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfutil
asyncJobToken.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright 2010 VT MAK
3
*******************************************************************************/
4
5
8
9
#pragma once
10
11
#include "
vrfutil/asyncJobServer.h
"
12
13
#include <stdlib.h>
14
15
#include <
vrfutil/vrfutilDefines.h
>
16
class
DT_DLL_vrfutil
DtAsyncJobToken
17
{
18
public
:
19
DtAsyncJobToken
(
size_t
id
,
DtAsyncJobServer
* jobServer);
20
23
~
DtAsyncJobToken
();
24
25
const
DtAsyncJobResult
* result();
26
27
static
void
statusChangedCallback(
DtAsyncJobStatus
status,
28
DtAsyncJobToken
* token);
29
30
virtual
void
processStatusChangedCallback(
DtAsyncJobStatus
status);
31
32
public
:
33
size_t
myId
;
34
DtAsyncJobServer
*
myJobServer
;
35
DtAsyncJobStatus
myStatus
;
36
};
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
)