Fission FSN
Loading...
Searching...
No Matches
fsShareFactory.h
Go to the documentation of this file.
1/********************************************************************
2*
3* File: fsShareFactory.h
4*
5* Purpose: Platform share service factory
6*
7*********************************************************************/
8
9#ifndef fsShareFactoryhdr
10#define fsShareFactoryhdr
11
12#include "fsShareService.h"
13
14#include <memory>
15
16std::unique_ptr<fsShareService> fsShareServiceCreate(fsShareService::Observer* pObserver = nullptr);
17
18#endif
Definition fsShareService.h:18
std::unique_ptr< fsShareService > fsShareServiceCreate(fsShareService::Observer *pObserver=nullptr)
Definition fsShareFactory.cpp:134