• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

BathyScapheの中身をぐちゃぐちゃに


Commit MetaInfo

Révision17cbd36d57f29f66fbec07d773d81a6a23da8e92 (tree)
l'heure2012-05-03 00:27:10
Auteurmasakih <masakih@user...>
Commitermasakih

Message de Log

[Mod] CMTAbstractThreadDocumentが提供していたnotification名を受け取る

Change Summary

Modification

--- a/application/source/KakuriNoMiya/KMDocument.m
+++ b/application/source/KakuriNoMiya/KMDocument.m
@@ -39,8 +39,10 @@ NSString *KMDocumentChangedMessageIndexKey = @"KMDocumentChangedMessageIndexKey"
3939
4040
4141
42-extern NSString *CMRAbstractThreadDocumentDidToggleDatOchiNotification;
43-extern NSString *CMRAbstractThreadDocumentDidToggleLabelNotification;
42+NSString *const CMRAbstractThreadDocumentDidToggleDatOchiNotification = @"CMRAbstractThreadDocumentDidToggleDatOchiNotification";
43+NSString *const CMRAbstractThreadDocumentDidToggleLabelNotification = @"CMRAbstractThreadDocumentDidToggleLabelNotification";
44+
45+
4446
4547 @interface KMDocument()
4648 @property (readwrite, retain) CMRThreadMessageBuffer *messageBuffer;