Mercurial > pygar
comparison modules/bluespec/Pygar/core/AudioCoreRRR.cpp @ 64:bf08daea854e pygar svn.65
[svn r65] compiles but doesn't run
author | punk |
---|---|
date | Mon, 10 May 2010 23:16:14 -0400 |
parents | 2991344775f8 |
children | cf8bb3038cbd |
comparison
equal
deleted
inserted
replaced
63:1d5cbb5343d2 | 64:bf08daea854e |
---|---|
18 AUDIOCORERRR_SERVER_CLASS::AUDIOCORERRR_SERVER_CLASS() : | 18 AUDIOCORERRR_SERVER_CLASS::AUDIOCORERRR_SERVER_CLASS() : |
19 serverStub(new AUDIOCORERRR_SERVER_STUB_CLASS(this)) | 19 serverStub(new AUDIOCORERRR_SERVER_STUB_CLASS(this)) |
20 { | 20 { |
21 // instantiate stub | 21 // instantiate stub |
22 | 22 |
23 printf("rlm: init called\n\n"); | 23 printf("ReceiveSide Created\n"); |
24 outputFile = NULL; | 24 outputFile = NULL; |
25 memory = NULL; | 25 memory = NULL; |
26 fflush(stdout); | 26 fflush(stdout); |
27 count = 0; | 27 count = 0; |
28 } | 28 } |