Remove remaining occurances of old namespace

This commit is contained in:
Benjamin Reimold 2015-09-02 11:23:12 -07:00
parent dcc0b746de
commit 91bcaa31bf
2 changed files with 3 additions and 3 deletions

View File

@ -63,7 +63,7 @@ NS_ASSUME_NONNULL_BEGIN
- (void)enqueueTelemetryItem:(BITTelemetryData *)item; - (void)enqueueTelemetryItem:(BITTelemetryData *)item;
/** /**
* Manually trigger the MSAIChannel to persist all items currently in its data item queue. * Manually trigger the BITChannel to persist all items currently in its data item queue.
*/ */
- (void)persistDataItemQueue; - (void)persistDataItemQueue;
@ -87,7 +87,7 @@ NS_ASSUME_NONNULL_BEGIN
void bit_appendStringToSafeJsonStream(NSString *string, char *__nonnull*__nonnull jsonStream); void bit_appendStringToSafeJsonStream(NSString *string, char *__nonnull*__nonnull jsonStream);
/** /**
* Reset MSAISafeJsonEventsString so we can start appending JSON dictionaries. * Reset BITSafeJsonEventsString so we can start appending JSON dictionaries.
* *
* @param string The string that will be reset. * @param string The string that will be reset.
*/ */

View File

@ -1,6 +1,6 @@
#import "BITTelemetryObject.h" #import "BITTelemetryObject.h"
///Data contract class for type MSAITelemetryData. ///Data contract class for type BITTelemetryData.
@interface BITTelemetryData : BITTelemetryObject <NSCoding> @interface BITTelemetryData : BITTelemetryObject <NSCoding>
@property (nonatomic, readonly, copy) NSString *envelopeTypeName; @property (nonatomic, readonly, copy) NSString *envelopeTypeName;