~maria-captains/maria/5.5-cassandra-parallel

« back to all changes in this revision

Viewing changes to storage/cassandra/gen-cpp-async/cassandra_constants.h

  • Committer: Sergey Petrunya
  • Date: 2012-09-20 14:32:37 UTC
  • Revision ID: psergey@askmonty.org-20120920143237-og4d9qh8uiojasmi
Casandra SE:
- Introduce asynchronous operations
- parallel INSERT operation.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/**
 
2
 * Autogenerated by Thrift Compiler (0.9.0-dev)
 
3
 *
 
4
 * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING
 
5
 *  @generated
 
6
 */
 
7
#ifndef cassandra_CONSTANTS_H
 
8
#define cassandra_CONSTANTS_H
 
9
 
 
10
#include "cassandra_types.h"
 
11
 
 
12
namespace org { namespace apache { namespace cassandra {
 
13
 
 
14
class cassandraConstants {
 
15
 public:
 
16
  cassandraConstants();
 
17
 
 
18
  //psergey:
 
19
  //std::string VERSION;
 
20
  std::string cassandra_VERSION;
 
21
};
 
22
 
 
23
extern const cassandraConstants g_cassandra_constants;
 
24
 
 
25
}}} // namespace
 
26
 
 
27
#endif