fork of SalesforceCaseGenerator customized for support personnel database changes

Fork of SalesforceCaseGenerator by Doug Anson

Revision:
14:f9847b7d314a
Parent:
13:1e06a3a4740d
--- a/SalesForceCaseGenerator.h	Fri Sep 26 04:34:41 2014 +0000
+++ b/SalesForceCaseGenerator.h	Thu Oct 09 04:04:23 2014 +0000
@@ -29,7 +29,7 @@
         virtual ~SalesForceCaseGenerator();
         
         // Create an anonymous Case instance
-        bool createAnonymousCase(char *subject, char *description, char *condition, int temperature, char *latitude, char *longitude);
+        bool createAnonymousCase(char *technician, char *description, char *status, int temperature, char *latitude, char *longitude);
  };
      
  #endif // _SALESFORCE_CASE_GENERATOR_H_
\ No newline at end of file