source: sources/src/serialization.h @ 65

Last change on this file since 65 was 52, checked in by meunier, 11 years ago

Code formatting in all source files.

File size: 1.2 KB
Line 
1/*------------------------------------------------------------\
2|                                                             |
3| Tool    :                  systemcass                       |
4|                                                             |
5| File    :                 serialization.h                   |
6|                                                             |
7| Author  :                 Buchmann Richard                  |
8|                                                             |
9| Date    :                   10_01_2006                      |
10|                                                             |
11\------------------------------------------------------------*/
12
13#ifndef __SERIALIZATION_H__
14#define __SERIALIZATION_H__
15
16#include "serialization_ext.h"
17#include "sc_fwd.h"
18
19namespace sc_core {
20
21// SYSTEMCASS SPECIFIC //
22extern void set_save_handler(const sc_module &, save_fct_t1);
23
24} // end of sc_core namespace
25
26#endif // __SERIALIZATION_H__
27
28/*
29# Local Variables:
30# tab-width: 4;
31# c-basic-offset: 4;
32# c-file-offsets:((innamespace . 0)(inline-open . 0));
33# indent-tabs-mode: nil;
34# End:
35#
36# vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=4:softtabstop=4
37*/
38
Note: See TracBrowser for help on using the repository browser.