HCE project C++ developers source code library  1.1.1
HCE project developer library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
SphinxResultTruncaterIf.hpp
Go to the documentation of this file.
1 
15 #ifndef SPHINXRESULTTRANCATERIF_HPP_
16 #define SPHINXRESULTTRANCATERIF_HPP_
17 
18 #include "SphinxResultData.hpp"
19 #include <Poco/SharedPtr.h>
20 
21 namespace HCE
22 {
23 namespace sphinx
24 {
25 namespace reduce_task
26 {
27 
29 {
30 public:
32 
33  virtual Poco::SharedPtr<SphinxResultData> trancate(
34  Poco::SharedPtr<SphinxResultData>& sphinxResultData) = 0;
35 
36 };
37 
38 }
39 }
40 }
41 
42 
43 #endif