hackedteam/core-blackberry

View on GitHub
InjectionFramework/src/blackberry/injection/injectors/LiveInjector.java

Summary

Maintainability
A
0 mins
Test Coverage
package blackberry.injection.injectors;

import blackberry.debug.Debug;
import blackberry.debug.DebugLevel;

public class LiveInjector extends AConversationInjector {
    //#ifdef DEBUG
    private static Debug debug = new Debug("MicrosoftLiveInjector",
            DebugLevel.VERBOSE);


    
    //#endif
    public String getAppName() {
        return "Live";
    }


    public String getCodName() {
        return "net_rim_bb_mslive";
    }



}