CatNiP prefinal
Sähköinen nuottikirja, HY-TKTKL-OHTUPROJ KESÄ11
/Users/awniemel/Notepad-SVN/svn/trunk/CatNiP/CatNiP/CompositionData.m
Go to the documentation of this file.
00001 
00007 #import "CompositionData.h"
00008 
00009 
00010 @implementation CompositionData
00011 @synthesize composerName;
00012 @synthesize compositionName;
00013 @synthesize musicScores;
00014 
00015 -(void)dealloc {
00016     [composerName release];
00017     [compositionName release];
00018     [musicScores release];
00019     [super dealloc];
00020 }
00021 
00022 @end
 All Classes Files Functions Variables Enumerations Enumerator Properties Defines