|
5 | 5 |
|
6 | 6 | Open source licensed under the MIT license. See LICENSE for details. |
7 | 7 | */ |
8 | | -#ifndef RESTPROCESS_EPILOGUE_H |
9 | | -#define RESTPROCESS_EPILOGUE_H |
| 8 | +#ifndef CLASSDESC_RESTPROCESS_EPILOGUE_H |
| 9 | +#define CLASSDESC_RESTPROCESS_EPILOGUE_H |
10 | 10 | #include "RESTProcess_base.h" |
11 | 11 | #include "signature.h" |
12 | 12 | #include "multiArray.h" |
13 | 13 | #include "polyPackBase.h" |
14 | 14 | #include "polyRESTProcess.h" |
| 15 | +#include "RESTProcess-allCDs.h" |
15 | 16 |
|
16 | 17 | namespace classdesc_access |
17 | 18 | { |
@@ -565,48 +566,12 @@ namespace classdesc_access |
565 | 566 | }; |
566 | 567 | #endif |
567 | 568 |
|
568 | | -#ifdef JSON_PACK_BASE_H |
| 569 | +#ifdef CLASSDESC_JSON_PACK_BASE_H |
569 | 570 | template <> |
570 | 571 | struct access_RESTProcess<cd::json_pack_t>: public cd::NullDescriptor<cd::RESTProcess_t> {}; |
571 | | - // template <> |
572 | | -// struct access_RESTProcess<cd::RESTProcessBase>: public cd::NullDescriptor<cd::RESTProcess_t> {}; |
573 | | -// template <> |
574 | | -// struct access_json_pack<cd::RESTProcessBase>: public cd::NullDescriptor<cd::json_pack_t> {}; |
575 | | -// template <> |
576 | | -// struct access_json_unpack<cd::RESTProcessBase>: public cd::NullDescriptor<cd::json_unpack_t> {}; |
577 | 572 | #endif |
578 | | - |
579 | | -#ifdef OBJECT_H |
580 | | - template <> |
581 | | - struct access_RESTProcess<cd::object>: public cd::NullDescriptor<cd::RESTProcess_t> {}; |
582 | | -#endif |
583 | | - |
| 573 | + |
584 | 574 | } |
585 | 575 |
|
586 | 576 |
|
587 | | -#ifdef CLASSDESC_MULTIARRAY_H |
588 | | -#include "multiArray-RESTProcess.cd" |
589 | | -#endif |
590 | | - |
591 | | -#ifdef CLASSDESC_OBJECT_H |
592 | | -#include "object-RESTProcess.cd" |
593 | | -#endif |
594 | | - |
595 | | -#ifdef CLASSDESC_POLY_BASE_H |
596 | | -#include "polyBase-RESTProcess.cd" |
597 | | -#endif |
598 | | - |
599 | | -#ifdef CLASSDESC_POLYRESTPROCESSBASE_H |
600 | | -#include "polyRESTProcessBase-RESTProcess.cd" |
601 | | -#endif |
602 | | - |
603 | | -#ifdef CLASSDESC_POLYRESTPROCESS_H |
604 | | -#include "polyRESTProcess-RESTProcess.cd" |
605 | | -#endif |
606 | | - |
607 | | -#ifdef CLASSDESC_SIGNATURE_H |
608 | | -#include "signature-RESTProcess.cd" |
609 | | -#endif |
610 | | - |
611 | | - |
612 | 577 | #endif |
0 commit comments