formatting, change and clean generic_sampler and SimpleTreeReader

This commit is contained in:
NicolasWinckler
2015-11-06 11:07:16 +01:00
committed by Mohammad Al-Turany
parent d0c20d3729
commit 6ce6887212
4 changed files with 21 additions and 32 deletions

View File

@@ -64,7 +64,7 @@ CONTAINER_TYPE source_type::GetOutData(); // must be there to compile
source_type::SetFileProperties(Args&... args); // if called by the host, then must be there to compile
void source_type::BindSendPart(std::function<void(int)> callback); // enabled if exists
void source_type::BindSendHeader(std::function<void(int)> callback); // enabled if exists
void source_type::BindGetSocketNumber(std::function<int()> callback); // enabled if exists
void source_type::BindGetCurrentIndex(std::function<int()> callback); // enabled if exists
```