fix MacOSX tinderbox build
This commit is contained in:
parent
bb4ceaa4bb
commit
0fcf3e6762
1 changed files with 0 additions and 10 deletions
|
@ -77,10 +77,6 @@ class SwRetrievedInputStreamDataManager
|
|||
|
||||
static SwRetrievedInputStreamDataManager& GetManager();
|
||||
|
||||
~SwRetrievedInputStreamDataManager()
|
||||
{
|
||||
};
|
||||
|
||||
tDataKey ReserveData( boost::weak_ptr< SwAsyncRetrieveInputStreamThreadConsumer > pThreadConsumer );
|
||||
|
||||
void PushData( const tDataKey nDataKey,
|
||||
|
@ -99,12 +95,6 @@ class SwRetrievedInputStreamDataManager
|
|||
osl::Mutex maMutex;
|
||||
|
||||
std::map< tDataKey, tData > maInputStreamData;
|
||||
|
||||
template<typename T, typename Unique> friend class rtl::Static;
|
||||
|
||||
SwRetrievedInputStreamDataManager()
|
||||
{
|
||||
};
|
||||
};
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue