Incremental checkin.
[ITKit.git] / ITSlideHorizontallyWindowEffect.m
index 74673d2..c5f3fba 100755 (executable)
     NSLog(@"ITSlideHorizontallyWindowEffect does not implement performVanish.");
 }
 
+- (void)cancelAppear
+{
+    NSLog(@"ITSlideHorizontallyWindowEffect does not implement cancelAppear.");
+}
+
+- (void)cancelVanish
+{
+    NSLog(@"ITSlideHorizontallyWindowEffect does not implement cancelVanish.");
+}
+
 
 @end