You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by pu...@apache.org on 2013/01/23 01:19:52 UTC

[3/21] git commit: consolidation of commands with wp7

consolidation of commands with wp7


Project: http://git-wip-us.apache.org/repos/asf/cordova-wp8/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-wp8/commit/0799dc02
Tree: http://git-wip-us.apache.org/repos/asf/cordova-wp8/tree/0799dc02
Diff: http://git-wip-us.apache.org/repos/asf/cordova-wp8/diff/0799dc02

Branch: refs/heads/master
Commit: 0799dc02337ea96a1ccddd59bbc7e99eea63903d
Parents: 51480ff
Author: Jesse MacFadyen <pu...@gmail.com>
Authored: Tue Jan 15 15:52:49 2013 -0800
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Tue Jan 15 15:52:49 2013 -0800

----------------------------------------------------------------------
 .../standalone/cordovalib/Commands/BaseCommand.cs  |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-wp8/blob/0799dc02/templates/standalone/cordovalib/Commands/BaseCommand.cs
----------------------------------------------------------------------
diff --git a/templates/standalone/cordovalib/Commands/BaseCommand.cs b/templates/standalone/cordovalib/Commands/BaseCommand.cs
index b8a7a80..f6e45da 100644
--- a/templates/standalone/cordovalib/Commands/BaseCommand.cs
+++ b/templates/standalone/cordovalib/Commands/BaseCommand.cs
@@ -103,6 +103,15 @@ namespace WPCordovaClassLib.Cordova.Commands
             }
         }
 
+
+        /// <summary>
+        /// Occurs when the application is being deactivated.
+        /// </summary>        
+        public virtual void OnReset()
+        {
+        }
+
+
         /// <summary>
         /// Occurs when the application is being deactivated.
         /// </summary>