- add sources.
[platform/framework/web/crosswalk.git] / src / mojo / public / bindings / generators / cpp_templates / template_declaration
1 template <>
2 class ObjectTraits<sample::internal::$CLASS> {
3  public:
4   static void EncodePointersAndHandles(
5       sample::internal::$CLASS* params,
6       std::vector<mojo::Handle>* handles);
7   static bool DecodePointersAndHandles(
8       sample::internal::$CLASS* params,
9       const mojo::Message& message);
10 };