~ubuntu-branches/ubuntu/precise/crtmpserver/precise-backports

« back to all changes in this revision

Viewing changes to applications/samplefactory/include/samplefactory.h

  • Committer: Package Import Robot
  • Author(s): Micah Gersten
  • Date: 2012-07-04 00:04:40 UTC
  • mfrom: (3.1.7 sid)
  • Revision ID: package-import@ubuntu.com-20120704000440-u9x7yhyglqjvspk8
Tags: 1.0~dfsg-3~ubuntu12.04.1
No-change backport to precise (LP: #964153)

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
#include "common.h"
25
25
 
26
26
extern "C" DLLEXP BaseClientApplication *GetApplication_samplefactory(Variant configuration);
27
 
extern "C" DLLEXP void ReleaseApplication_samplefactory(BaseClientApplication *pApplication);
 
27
extern "C" DLLEXP BaseProtocolFactory * GetFactory_samplefactory(Variant configuration);
28
28
 
29
29
#endif  /* _SAMPLEFACTORY_H */
30
30