Moving to the new means of setting the window visibility state: allowing the effects...
[ITKit.git] / ITSlideVerticallyWindowEffect.m
index 13fa2bc..143e079 100755 (executable)
@@ -6,12 +6,22 @@
 
 - (void)performAppear
 {
-    NSLog("ITSlideVerticallyWindowEffect does not implement performAppear.");
+    NSLog(@"ITSlideVerticallyWindowEffect does not implement performAppear.");
 }
 
 - (void)performVanish
 {
-    NSLog("ITSlideVerticallyWindowEffect does not implement performVanish.");
+    NSLog(@"ITSlideVerticallyWindowEffect does not implement performVanish.");
+}
+
+- (void)cancelAppear
+{
+    NSLog(@"ITSlideVerticallyWindowEffect does not implement cancelAppear.");
+}
+
+- (void)cancelVanish
+{
+    NSLog(@"ITSlideVerticallyWindowEffect does not implement cancelVanish.");
 }