|

INTRODUCTION
Overview
Download and Install
Documentation
Publications
REPOSITORY
Libraries
DEVELOPER
Dev Guide
Dashboard
PEOPLE
Contributors
Users

Project
Download
Mailing lists
|
|
|
11 #ifndef GBXICEUTILACFR_THREAD_H
12 #define GBXICEUTILACFR_THREAD_H
14 #include <IceUtil/Thread.h>
15 #include <gbxutilacfr/stoppable.h>
18 #include <gbxsickacfr/gbxiceutilacfr/threadutils.h>
20 namespace gbxiceutilacfr {
106 typedef IceUtil::Handle<gbxiceutilacfr::Thread> ThreadPtr;
119 { stop(thread.get()); }
|
|