Mercurial > pygar
comparison modules/bluespec/Pygar/core/AudioCoreRRR.cpp @ 15:a1833d9f6e3d pygar svn.16
[svn r16] Recent
author | punk |
---|---|
date | Tue, 27 Apr 2010 13:11:45 -0400 |
parents | 6d461680c6d9 |
children | 0cfbb1e2de22 |
comparison
equal
deleted
inserted
replaced
14:ec9205107560 | 15:a1833d9f6e3d |
---|---|
16 // ===== service instantiation ===== | 16 // ===== service instantiation ===== |
17 AUDIOCORERRR_SERVER_CLASS AUDIOCORERRR_SERVER_CLASS::instance; | 17 AUDIOCORERRR_SERVER_CLASS AUDIOCORERRR_SERVER_CLASS::instance; |
18 | 18 |
19 // constructor | 19 // constructor |
20 AUDIOCORERRR_SERVER_CLASS::AUDIOCORERRR_SERVER_CLASS() : | 20 AUDIOCORERRR_SERVER_CLASS::AUDIOCORERRR_SERVER_CLASS() : |
21 serverStub(new AUDICORERRR_SERVER_STUB_CLASS(this)) | 21 serverStub(new AUDIOCORERRR_SERVER_STUB_CLASS(this)) |
22 { | 22 { |
23 // instantiate stub | 23 // instantiate stub |
24 printf("AUDIOCORERRR init called\n"); | 24 printf("AUDIOCORERRR init called\n"); |
25 outputFile = NULL; | 25 outputFile = NULL; |
26 memory = NULL; | 26 memory = NULL; |