summaryrefslogtreecommitdiff
path: root/source/api_wrappers/linux/CWaitableObject.cpp
blob: 918dd6f4c95207b6a2ace0ec1a48b25b568b60e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*******************************************************************************
 * Copyright (C) ST-Ericsson SA 2011
 * License terms: 3-clause BSD license
 ******************************************************************************/

#include "Types.h"
#include "CWaitableObject.h"

CWaitableObject::CWaitableObject()
{
}


CWaitableObject::~CWaitableObject()
{
}